Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes Got: 501 | 501 Syntax error - line too long error #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

friedrico
Copy link

when making considerable changes

I tried e.g. to create a 5000 word Lorem Ipsum page - mail notification failed
I tried to replace it by a rot13 version of itself - mail notification failed
I tried to revert the changes - mail notification failed

The fix should make sense, since the rfc states the line separator is CRLF not LF

May also be a server depend error...

@splitbrain
Copy link
Owner

what's your MTA?

@friedrico
Copy link
Author

If you mean the plugin setting for outgoing smtp server: that is a public smtp server
Since I changed the code like I said the problem haven't occurred to me again

@splitbrain
Copy link
Owner

I'm asking about the involved mail transfer agents aka. the mail servers handling the mail.

@friedrico
Copy link
Author

As I said the mail is sent via an external public smtp server - e.g. smtp.gmail.com.
Please clarify your question.

@fwolfst
Copy link

fwolfst commented Mar 4, 2020

Same issue here. Fix not yet assessed. Outgoing server is from 1and1 / ionos.

@fwolfst
Copy link

fwolfst commented Mar 4, 2020

#7 sounds somewhat related

lainme pushed a commit to lainme/dokuwiki-plugin-smtp that referenced this pull request May 26, 2023
lainme pushed a commit to lainme/dokuwiki-plugin-smtp that referenced this pull request May 26, 2023
af82e9a Update README.md
7d9a245 Merge pull request splitbrain#32 from lainme/master
b1bf14d Allow insecure ssl connection
e09f9a1 Merge pull request splitbrain#25 from Borian23/master
2a63e44 Set reply-to
ecee529 Merge pull request splitbrain#24 from txthinking/updates
55ccc4d explicitly set protocols on 'tls' connection
c0f0480 slightly updated phpunit, adjusted travis
49cd4e5 Merge pull request splitbrain#22 from Xylane/patch-1
2de137b Update Message.php
073c654 remove php5.6 test, next version will unsupport
09013cf support tlsv1.0 tlsv1.1 tlsv1.2
cf3af43 Merge pull request splitbrain#19 from joshtronic/feat_expand-tls
c375f9f feat(tls): expand tls options
648ca5a remove setTo,setAttachment fixed splitbrain#15
06a378f Merge pull request splitbrain#14 from Echosong/master
e95c7ab cli
3bbf157 update test from email
d243432 Merge branch 'vinkla-patch-2'
27001aa Merge branch 'patch-2' of git://github.com/vinkla/Mailer into vinkla-patch-2
c384252 Merge pull request splitbrain#12 from vinkla/patch-1
ba62b03 Ignore phpunit.xml locally
72aef58 Rename phpunit.xml to phpunit.xml.dist
f6ae003 Remove blankline
7cabdf3 Add .gitattributes
a5d9ebb support SASL AUTH OAUTHBEARER Mechanism. splitbrain#11
6d3e91a for non-ascii reply-to
364c937 Merge pull request splitbrain#10 from daemionfox/master
e7783dd Added reply-to
da10c0b readme
b0124f9 allow add cc and bcc
4dcaeda base64 encode subject
a5478de utf-8 base64 encode name
f372aa2 allow to send more persons who has same name, and love psr2
4746e50 add ci status
25d95e1 facebook/hhvm#1647
4943e69 fxied undefine variable
0708abd fixed for 5.3 syntax error in testing file and hhvm namespace function error
8b7bd57 add more sleeping
33b095a auto test
8c92f5a Merge pull request splitbrain#7 from splitbrain/mailtrap
574b664 Merge pull request splitbrain#8 from splitbrain/minorcleanup
9d029a0 do not send /etc/hosts in test mails
e8ff6d1 removed outdated param docs
a15e2d2 added missing PHPdocs
2253bdf send returns bool
3914f8a added travis config for automated tests
6acc17d run a SMTP test via TLS
1c2faeb run the exception test against localhost again
70e1674 adhere to limits
7d912a6 use mailtrap.io for testing
98cfc1f Merge pull request splitbrain#6 from splitbrain/tls
21624b3 fix TLS command
248353c Merge branch 'master' of github.com:txthinking/Mailer into ehlo
97331ad Merge branch 'splitbrain-master' into develop
543f35d update composer
85662a3 allow to set custom EHLO message

git-subtree-dir: subtree/txtthinking/Mailer
git-subtree-split: af82e9a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants